home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2157 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  192b  |  12 lines

  1. on(release){
  2.    _root.stopdragall();
  3.    if(_root.poz == "d")
  4.    {
  5.       _root.pepa.gotoAndPlay("recepis");
  6.    }
  7.    else
  8.    {
  9.       _root.pepa.gotoAndPlay(_root.poz add "d");
  10.    }
  11. }
  12.